Is there an easy way in Gvim to search for multiple search items in a file at the same time? ie I want Gvim to highlight Word1 and Word2 in a given file, or RegExp1 and RegExp2 in a given file at the same time.
Use the regex operator "or": /Word1\|Word2
/Word1\|Word2
Source: https://habr.com/ru/post/1789606/More articles:What are the values for the country field in Active Directory? - active-directoryConfused about X Window and GNOME / KDE - linuxMaven plugin for merging pom.xml files - javaCan I (easily) use a third-party library to handle serialization for Java RMI? - javaИспользование SharedSizeGroup с ColumnSpan в сетке Wpf - wpfHow to store data related to group members in a forum using Cassandra? - databaseHow to use 3DES decryption in C # in OFB mode? - c #window.history.replaceState () is not working as I expect - javascriptPath-dependent types and "base types", which ones are checked? - reflectionFinding Messages Using Facebook Graph Api - phpAll Articles